ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BarCartesianPlotView<TOwnerView> Class / __getClusterWidth Method

In This Topic
    __getClusterWidth Method (_BarCartesianPlotView<TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function __getClusterWidth( _
       ByVal dataSeries As ICartesianSeriesDataModel _
    ) As Nullable(Of Double)
    public Nullable<double> __getClusterWidth( 
       ICartesianSeriesDataModel dataSeries
    )

    Parameters

    dataSeries
    See Also